Is there a Python function that will trim whitespace (spaces and tabs) from a string? Example: \t example string\t → example string ... #how to trim a multi line string or a file s=""" line one \tline two\t line three "